go/types.Checker.infer (method)

3 uses

	go/types (current package)
		call.go#L114: 		targs = check.infer(atPos(pos), tparams, targs, params2.(*Tuple), args, reverse, err)
		call.go#L614: 		targs = check.infer(call, tparams, targs, sigParams, args, false, err)
		infer.go#L35: func (check *Checker) infer(posn positioner, tparams []*TypeParam, targs []Type, params *Tuple, args []*operand, reverse bool, err *error_) (inferred []Type) {